home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 701-725 / 703 / mpe / assign_m2 next >
Text File  |  1995-03-18  |  358b  |  15 lines

  1. .K ""
  2. echo ""
  3. echo "This script will assign m2: directory to ram: so that "
  4. echo "you can run MPE. You can't compiling etc. because you need"
  5. echo "the Modula 2 programming environment from AMSoft."
  6. echo ""
  7. ask "Do you wish go on ?"
  8.     if WARN
  9.             echo "Assigning M2: TO RAM:"
  10.                 Assign M2: RAM:
  11.         endif
  12.  
  13. echo "All Done.  Bye !"
  14. endcli
  15.